Skip to main content

Move to

Move to

Example AEJuice Toolbar and kBar parameters with default values:

{"index":5,"action":"top"}

Learn more

index (number). Values: -99999 and 99999. Supports float numbers like 0.5, 3.5, 7.2, etc.

action (text). Type of action the script should perform. Represents script's buttons. Values: top, above, below, bottom.

Add "ui":true parameter to open script's interface instead of running it directly. If it's a single parameter add the following {"ui":true}. If it's not a single parameter, it can look like this {"index":5,"action":"top","ui":true}.